From b221be323dbaf36c6bc67892f1db66681bc3b885 Mon Sep 17 00:00:00 2001 From: Samuel Chase Date: Fri, 27 Jun 2014 16:17:34 +0530 Subject: [PATCH] Remove superfluous newline --- src/bin/cargo.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bin/cargo.rs b/src/bin/cargo.rs index 6bafc01fa..454e84e6b 100644 --- a/src/bin/cargo.rs +++ b/src/bin/cargo.rs @@ -49,7 +49,7 @@ fn execute() { }, "--help" | "-h" | "help" | "-?" => { println!("Commands:"); - println!(" build # compile the current project\n"); + println!(" build # compile the current project"); println!(" test # run the tests\n"); let (_, options) = hammer::usage::(false); -- 2.30.2